To create the sample database in SQL Server (based on version 7.0):

- Using Enterprise Manager create a new empty database named "UserList"
- Open SQL Server Query Analyzer from the Tools menu
- Make sure you select "UserList" from the drop-down DB list
- Open the file "make-security-db.sql" and execute it

Then edit the connection strings in the example pages to point to your 
server. The user "anon" is created by the scripts above and automatically 
given full access.
